服务包管理

This commit is contained in:
shidongli 2024-03-06 17:02:26 +08:00
parent 1b112a1b40
commit ead2824be8

View File

@ -1182,6 +1182,17 @@ export default {
updateBy: null, updateBy: null,
updateTime: null updateTime: null
}; };
this.optionsway=[],
//
this.optionscontent=[],
//
this.optionsfrequency=[
{
value: '',
label: ''
}
],
this.resetForm("form"); this.resetForm("form");
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */
@ -1203,6 +1214,7 @@ export default {
// //
handleAdd() { handleAdd() {
this.reset(); this.reset();
this.getserviceWayList() this.getserviceWayList()
this.form = { this.form = {
voList: [ voList: [
@ -1216,8 +1228,6 @@ export default {
], ],
}; };
console.log(this.form) console.log(this.form)
this.form.whetherRelease = 0 this.form.whetherRelease = 0
this.form.packageTermUnit = '年' this.form.packageTermUnit = '年'
if (this.itemname) { if (this.itemname) {