|
@@ -173,7 +173,7 @@
|
|
|
</div>
|
|
|
<div class="box-card-content1-right">
|
|
|
<el-button type="danger" size="small" @click="previewRes">效果预览</el-button>
|
|
|
- <el-button type="warning" size="small">规范更新</el-button>
|
|
|
+ <el-button type="warning" size="small" @click="refreshRule">规范更新</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="box-card-content2">
|
|
@@ -1315,6 +1315,9 @@ import { getStore, setStore } from "@/util/store";
|
|
|
//效果预览
|
|
|
previewRes() {
|
|
|
this.$refs.previewResultRef.show()
|
|
|
+ },
|
|
|
+ refreshRule(){
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
}
|