| | |
| | | created() { |
| | | this.getList(); |
| | | this.getzhenzhuangList(); |
| | | console.log(this.form.cusSex, 15555); |
| | | console.log("接收", this.jianqianwenzhendata); |
| | | // console.log(this.dict.type.sys_yes_no,666666); |
| | | // console.log(this.form.cusSex, 15555); |
| | | // console.log("接收", this.jianqianwenzhendata); |
| | | |
| | | if (this.jianqianwenzhendata.length == 1) { |
| | | this.jianqianwenzhendata.forEach((item) => { |
| | |
| | | this.chageall = []; |
| | | this.chageall = selection; |
| | | }, |
| | | /** 提交按钮 */ |
| | | /* submitForm() { |
| | | // this.form.tjAskHistorysList.forEach(element=>{ |
| | | // element.icdId = this.icdId; |
| | | // }) |
| | | updateHistory(this.form).then((response) => { |
| | | this.$modal.msgSuccess("修改成功"); |
| | | this.form = response.data; |
| | | }); |
| | | }, */ |
| | | |
| | | submitForm() { |
| | | console.log("提交前 form:", JSON.parse(JSON.stringify(this.form))); |
| | | this.$refs.form.validate((valid) => { |