|
@@ -130,7 +130,7 @@
|
|
|
class="martop25"
|
|
|
style="float:right;"
|
|
|
icon="el-icon-circle-plus-outline"
|
|
|
-
|
|
|
+ :loading="saveLoaing"
|
|
|
@click="saveSingInfo()">保存入库</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -175,7 +175,7 @@ export default {
|
|
|
parentRoleId:'',
|
|
|
isEditLoaing:false,
|
|
|
sigRoleName:'',
|
|
|
- saveloaing:false
|
|
|
+ saveLoaing:false
|
|
|
|
|
|
}
|
|
|
},
|
|
@@ -512,11 +512,11 @@ export default {
|
|
|
},
|
|
|
async saveSingInfo() {
|
|
|
console.log(this.setsignaTable,'this.setsignaTable');
|
|
|
- this.saveloaing=true
|
|
|
+ this.saveLoaing=true
|
|
|
const {data: res} = await saveSig({dataInfo: this.setsignaTable,tabId:this.pkeyId1})
|
|
|
|
|
|
if (res.code === 200) {
|
|
|
- this.saveloaing=false
|
|
|
+ this.saveLoaing=false
|
|
|
//console.log(this.$parent)
|
|
|
this.$parent.getExcelHtml(this.pkeyId1);
|
|
|
this.getSingInfo()
|
|
@@ -525,7 +525,7 @@ export default {
|
|
|
message: "操作成功"
|
|
|
});
|
|
|
}
|
|
|
- this.saveloaing=false
|
|
|
+
|
|
|
},
|
|
|
async getSingInfo() {
|
|
|
console.log(this.excelId,'this.excelId1111111');
|