Browse Source

add nowapply rules

haojianlong 5 years ago
parent
commit
56e360a81f
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/point/dynamicdata/index.vue

+ 1 - 3
src/views/point/dynamicdata/index.vue

@@ -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;