|
@@ -688,6 +688,7 @@ import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
|
import FireData from "./fireData";
|
|
import FireData from "./fireData";
|
|
import StatusData from "./statusData";
|
|
import StatusData from "./statusData";
|
|
import {listTagAll} from "@/api/invoice/tag";
|
|
import {listTagAll} from "@/api/invoice/tag";
|
|
|
|
+import base from "@/assets/js/base";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
name: "Jobticket",
|
|
name: "Jobticket",
|
|
@@ -967,7 +968,7 @@ export default {
|
|
this.postponeform = response.data;
|
|
this.postponeform = response.data;
|
|
// this.checkCategoryPromotion(response.data.userUnit);
|
|
// this.checkCategoryPromotion(response.data.userUnit);
|
|
});
|
|
});
|
|
- this.postponeParams = row
|
|
|
|
|
|
+ this.postponeParams = base.deepClone(row)
|
|
|
|
|
|
},
|
|
},
|
|
//新的 续票 构造票号 最多五次
|
|
//新的 续票 构造票号 最多五次
|