|
@@ -140,11 +140,11 @@ export default {
|
|
|
// else{
|
|
|
// this.$message.warning('一个字段只能配置一个提示信息')
|
|
|
// }
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
async deleteTableSig(ids) {//删除数据
|
|
|
// this.setsignaTable.splice(key, 1);
|
|
|
- const {data: res} = await remove(ids);
|
|
|
+ const {data: res} = await remove(ids, this.pkeyId1);
|
|
|
this.getSingInfo();
|
|
|
if (res.code === 200) {
|
|
|
this.$message({
|
|
@@ -180,4 +180,4 @@ export default {
|
|
|
user-select:initial !important;
|
|
|
}
|
|
|
|
|
|
-</style>
|
|
|
+</style>
|