| | |
| | | </template> |
| | | <!-- 组合规则--> |
| | | <template slot="menuLeft"> |
| | | <el-button size="small" @click="isShowformulaEdit=true">组合规则</el-button> |
| | | <formula-editor :visible="isShowformulaEdit" :systemVariableTableData="systemVariableTableData" :thisSceneTableData="thisSceneTableData"></formula-editor> |
| | | |
| | | <el-button size="small" @click="isShowformulaEdit = true">组合规则</el-button> |
| | | <formula-editor :visible.sync="isShowformulaEdit" :systemVariableTableData="systemVariableTableData" :thisSceneTableData="thisSceneTableData">\ |
| | | </formula-editor> |
| | | </template> |
| | | <!-- 验证规则--> |
| | | <template slot="menuLeft"> |
| | |
| | | console.log(this.ProData) |
| | | }, |
| | | methods: { |
| | | |
| | | // 从业务类型中选择数据 |
| | | busineHandle(){ |
| | | if(this.crudArray.length<1){ |