.class工具类测试
parent
66afe0fb92
commit
9d601095e9
|
@ -243,8 +243,6 @@
|
||||||
|
|
||||||
<el-button type="primary" @click="submitForm">确 定</el-button>
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
||||||
|
|
||||||
<el-button @click="cancel">取 消</el-button>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
|
|
@ -385,16 +385,6 @@ export default {
|
||||||
|
|
||||||
console.log(this.versions)
|
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 => {
|
add(this.versions).then(res => {
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue