|
|
@@ -519,10 +519,9 @@
|
|
|
sceneModuleId: Number(item.template), ///item.template
|
|
|
};
|
|
|
});
|
|
|
- console.log('newModuleLabel', newModuleLabel);
|
|
|
|
|
|
//保存公司-场景标签-场景模板关系
|
|
|
- addCompanyModuleLabel(newModuleLabel);
|
|
|
+ return addCompanyModuleLabel(newModuleLabel);
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
console.log(err);
|
|
|
@@ -741,10 +740,7 @@
|
|
|
.then(() => {
|
|
|
//删除接口的调用
|
|
|
if (level.value === 0) {
|
|
|
- console.log(22222);
|
|
|
- console.log('row.id1', row.id);
|
|
|
return delCompany(row.id);
|
|
|
- console.log('row.id2', row.id);
|
|
|
} else if (level.value === 1) {
|
|
|
return delWorkshop(row.id);
|
|
|
} else {
|