|
@@ -56,8 +56,8 @@
|
|
|
<el-divider></el-divider>
|
|
|
<el-card class="operate-container" shadow="hover">
|
|
|
<div style="text-align: center;">
|
|
|
- <el-button type="primary" size="small" :loading="confirmLoading" @click="confirmForbidden">提交</el-button>
|
|
|
- <el-button type="info" size="small" @click="cancelForbidden">取消</el-button>
|
|
|
+ <el-button type="primary" size="small" @click="confirmForbidden">提交</el-button>
|
|
|
+ <el-button type="info" size="small" @click="cancelForbidden">恢复默认</el-button>
|
|
|
</div>
|
|
|
</el-card>
|
|
|
</div>
|
|
@@ -163,7 +163,7 @@ export default {
|
|
|
this.dialogListLoading = false;
|
|
|
this.dialogList = response.data;
|
|
|
this.dialogList.map(item => {
|
|
|
- this.$set(item, 'isEdit', false); //初始化为 false
|
|
|
+ this.$set(item, 'isEdit', false); //初始化为false
|
|
|
})
|
|
|
});
|
|
|
},
|