Compare commits
No commits in common. "a74a2f42af0d62cc14389d790230e1adc944080a" and "46d8b2f6e522e02e88cc256ec10e241fa7bf0b6d" have entirely different histories.
a74a2f42af
...
46d8b2f6e5
|
@ -243,6 +243,8 @@
|
|||
|
||||
<el-button type="primary" @click="submitForm">确 定</el-button>
|
||||
|
||||
<el-button @click="cancel">取 消</el-button>
|
||||
|
||||
</div>
|
||||
|
||||
</el-dialog>
|
||||
|
|
|
@ -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 => {
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue