|
@@ -178,7 +178,7 @@ export default {
|
|
// fresourceId: "7395620f-b33d-11ed-886f-d6cd97160e00", // 本地环境
|
|
// fresourceId: "7395620f-b33d-11ed-886f-d6cd97160e00", // 本地环境
|
|
// fresourceId: "canvas", // 生产环境
|
|
// fresourceId: "canvas", // 生产环境
|
|
// fresourceId: "b9283efe-b33e-11ed-be6b-00505687dcd3", //测试91环境
|
|
// fresourceId: "b9283efe-b33e-11ed-be6b-00505687dcd3", //测试91环境
|
|
- fresourceId: getConfig().rltzjlList,
|
|
|
|
|
|
+ fresourceId: getConfig().rltzjlList,
|
|
processDefinitionKey: "RLTZ_process",
|
|
processDefinitionKey: "RLTZ_process",
|
|
},
|
|
},
|
|
dialogStatus: false, //dialog显示
|
|
dialogStatus: false, //dialog显示
|
|
@@ -761,6 +761,12 @@ export default {
|
|
console.log(this.$refs.form.model)
|
|
console.log(this.$refs.form.model)
|
|
this.savestatusBtn = true
|
|
this.savestatusBtn = true
|
|
if (this.fromList.id) {
|
|
if (this.fromList.id) {
|
|
|
|
+ this.fromList.accessoryIdList = []
|
|
|
|
+ if (this.fromList.accessoryList) {
|
|
|
|
+ this.fromList.accessoryList.map((item) => {
|
|
|
|
+ this.fromList.accessoryIdList.push(item.id);
|
|
|
|
+ })
|
|
|
|
+ }
|
|
this.$http({
|
|
this.$http({
|
|
url: "/market/RltzProcess/update",
|
|
url: "/market/RltzProcess/update",
|
|
method: "post",
|
|
method: "post",
|