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