|
@@ -24,7 +24,7 @@
|
|
|
<span>{{ruleDialogStr}}</span>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button size="small" @click="rulesClose">稍后处理</el-button>
|
|
|
- <el-button size="small" type="primary" @click="nowDo">现在执行</el-button>
|
|
|
+ <el-button size="small" type="primary" @click="apply">现在执行</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
@@ -124,8 +124,6 @@ export default {
|
|
|
rulesClose() {
|
|
|
this.ruleDialogShow = false;
|
|
|
},
|
|
|
- //现在执行
|
|
|
- nowDo() { },
|
|
|
//刷新设备类表
|
|
|
equipRefresh(val){
|
|
|
this.curType = val;
|