Compare commits

..

No commits in common. "a74a2f42af0d62cc14389d790230e1adc944080a" and "46d8b2f6e522e02e88cc256ec10e241fa7bf0b6d" have entirely different histories.

2 changed files with 12 additions and 0 deletions

View File

@ -243,6 +243,8 @@
<el-button type="primary" @click="submitForm"> </el-button>
<el-button @click="cancel"> </el-button>
</div>
</el-dialog>

View File

@ -385,6 +385,16 @@ export default {
console.log(this.versions)
// generate(this.versions).then(res =>{
//
// this.versions.ruleContent=res.ruleContent;
//
// console.log(res.ruleContent)
//
// this.$message.success(res.msg || "");
//
// })
add(this.versions).then(res => {