|
@@ -184,6 +184,7 @@
|
|
:subTableName="subTableName"
|
|
:subTableName="subTableName"
|
|
@addList="() => {}"
|
|
@addList="() => {}"
|
|
></DialogTemplate> -->
|
|
></DialogTemplate> -->
|
|
|
|
+ ></DialogTemplate> -->
|
|
<component
|
|
<component
|
|
:is="myForm"
|
|
:is="myForm"
|
|
:formData="formData"
|
|
:formData="formData"
|
|
@@ -222,6 +223,7 @@ import DialogTemplate from "@/views/dialogTemplate/components/index.vue";
|
|
import GY01 from "./dialogCompments/GongYi/GY01.vue";
|
|
import GY01 from "./dialogCompments/GongYi/GY01.vue";
|
|
import GY03 from "./dialogCompments/GongYi/GY03.vue";
|
|
import GY03 from "./dialogCompments/GongYi/GY03.vue";
|
|
import CG1 from "./dialogCompments/test-component/CaiGou/CG1.vue";
|
|
import CG1 from "./dialogCompments/test-component/CaiGou/CG1.vue";
|
|
|
|
+import CG02 from "./dialogCompments/test-component/CaiGou/CG02.vue";
|
|
import KC1 from "./dialogCompments/test-component/KuCun/KC1.vue";
|
|
import KC1 from "./dialogCompments/test-component/KuCun/KC1.vue";
|
|
import KC02 from "./dialogCompments/test-component/KuCun/KC02.vue";
|
|
import KC02 from "./dialogCompments/test-component/KuCun/KC02.vue";
|
|
import GY06 from "./dialogCompments/GongYi/GY06.vue";
|
|
import GY06 from "./dialogCompments/GongYi/GY06.vue";
|
|
@@ -229,7 +231,7 @@ import GY06 from "./dialogCompments/GongYi/GY06.vue";
|
|
export default {
|
|
export default {
|
|
name: "processMange",
|
|
name: "processMange",
|
|
props: [],
|
|
props: [],
|
|
- components: { GY01, DialogTemplate, CG1, KC1, GY06, GY03, KC02, GY02 },
|
|
|
|
|
|
+ components: { GY01, DialogTemplate, CG1,CG02, KC1, GY06, GY03, KC02, GY02 },
|
|
dicts: ["bpm_type", "task_process_state"],
|
|
dicts: ["bpm_type", "task_process_state"],
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
@@ -238,7 +240,6 @@ export default {
|
|
// 节点弹窗title
|
|
// 节点弹窗title
|
|
nodeTitle: "节点弹窗",
|
|
nodeTitle: "节点弹窗",
|
|
open: false,
|
|
open: false,
|
|
- // open: true,
|
|
|
|
// 节点弹窗对应的formData
|
|
// 节点弹窗对应的formData
|
|
commonData: {},
|
|
commonData: {},
|
|
taskType: 1,
|
|
taskType: 1,
|