修改打包配置
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
</div>
|
||||
<div style="">
|
||||
<el-button type="primary" plain
|
||||
@click="reset" :loading="!submitButton">
|
||||
@click="reset" :loading="resetLoading">
|
||||
强制停止
|
||||
</el-button>
|
||||
<el-button type="success" plain
|
||||
@@ -448,7 +448,8 @@ export default {
|
||||
passStateLoading: false,
|
||||
nowPass: {},
|
||||
newHTML: true,
|
||||
nextStepLoading: false
|
||||
nextStepLoading: false,
|
||||
resetLoading: false,
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@@ -463,8 +464,10 @@ export default {
|
||||
},
|
||||
|
||||
reset() {
|
||||
this.resetLoading = true
|
||||
materialReset().then(res => {
|
||||
if (res.data == true) {
|
||||
this.resetLoading = false
|
||||
this.$message('强制停止成功')
|
||||
this.getDataList()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user