| | |
| | | this.title = "体检套餐信息维护"; |
| | | this.DataList = []; |
| | | this.checkedkey = []; |
| | | this.queryParams1.nr = "" |
| | | this.queryParams1.page=1 |
| | | this.checkedListkey = []; |
| | | this.checkedNodes =[]; |
| | | this.getDataList(); |
| | | // getAllList().then((response) => { |
| | | // this.allList = response.data; |
| | |
| | | Object.keys(response.data).forEach((key) => { |
| | | this.$set(this.form, key, response.data[key]); |
| | | }); |
| | | console.log(this.form, 2233); |
| | | this.youhui = data.limits || 10; |
| | | this.pics = data.price || 0; |
| | | this.form.xianprice = data.newPrice || 0; |
| | | |
| | | this.form.keywords = this.form.keywords.slice(0, -1); |
| | | this.form.keywords = this.form.keywords.split(","); |