服务包管理

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