|
@@ -498,7 +498,7 @@ export default {
|
|
|
// this.saveSingInfo();
|
|
|
// const {data: res} = await saveSig({dataInfo: this.setsignaTable,tabId:this.pkeyId1})
|
|
|
if(id){
|
|
|
- const {data: res} = await remove(id)
|
|
|
+ const {data: res} = await remove(id,this.pkeyId1)
|
|
|
if (res.code === 200) {
|
|
|
//console.log(this.$parent)
|
|
|
this.isCansave=false
|