|
|
@@ -201,7 +201,7 @@ import secondUnitCascader from "@/components/second-unit-cascader";
|
|
|
import personSelect from "@/components/person-select";
|
|
|
import { getDictionary } from "@/api/system/dictbiz";
|
|
|
import { getList as getTechnicanRosterList } from "@/api/basicResource/technicianRoster";
|
|
|
-import { add, update, getDetail } from "@/api/projectManage/projectList";
|
|
|
+import { add, update, getApprove } from "@/api/projectManage/projectList";
|
|
|
import moment from "moment";
|
|
|
import { deepClone } from "@/util/util";
|
|
|
import Decimal from "decimal.js";
|
|
|
@@ -403,7 +403,7 @@ export default {
|
|
|
},
|
|
|
getProjectDetail(xmId) {
|
|
|
this.loading = true;
|
|
|
- getDetail({ id: xmId }).then(({ data }) => {
|
|
|
+ getApprove({ xmId }).then(({ data }) => {
|
|
|
this.loading = false;
|
|
|
if (data.code == 200) {
|
|
|
let beanData = { ...data.data };
|