服务包管理
This commit is contained in:
parent
1b112a1b40
commit
ead2824be8
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user