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