浏览代码

删除默认值修改

duy 2 月之前
父节点
当前提交
790aca6557
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/manager/projectinfo/treeTemplate/template/editDefault.vue

+ 1 - 1
src/views/manager/projectinfo/treeTemplate/template/editDefault.vue

@@ -136,7 +136,7 @@ export default {
 
 
     },
     },
     async deleteTableSig (ids,type) {//删除数据
     async deleteTableSig (ids,type) {//删除数据
-      const {data: res} = await remove(ids, this.pkeyId1type);
+      const {data: res} = await remove(ids, this.pkeyId1,type);
       this.getSingInfo();
       this.getSingInfo();
       if (res.code === 200) {
       if (res.code === 200) {
         this.$message({
         this.$message({