修改
This commit is contained in:
parent
ead2824be8
commit
613d94de80
@ -1130,7 +1130,6 @@ export default {
|
|||||||
if (this.departmentName == '请选择科室') {
|
if (this.departmentName == '请选择科室') {
|
||||||
this.$modal.msgError("请先选择科室");
|
this.$modal.msgError("请先选择科室");
|
||||||
} else {
|
} else {
|
||||||
console.log(this.form)
|
|
||||||
this.diseaseshowst = true;
|
this.diseaseshowst = true;
|
||||||
this.querydisease.departmentId = this.form.departmentId
|
this.querydisease.departmentId = this.form.departmentId
|
||||||
this.infodisease()
|
this.infodisease()
|
||||||
@ -1227,7 +1226,6 @@ export default {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
console.log(this.form)
|
|
||||||
this.form.whetherRelease = 0
|
this.form.whetherRelease = 0
|
||||||
this.form.packageTermUnit = '年'
|
this.form.packageTermUnit = '年'
|
||||||
if (this.itemname) {
|
if (this.itemname) {
|
||||||
@ -1323,7 +1321,6 @@ export default {
|
|||||||
},
|
},
|
||||||
// 提交
|
// 提交
|
||||||
submitForm() {
|
submitForm() {
|
||||||
console.log(this.form)
|
|
||||||
this.$refs["form"].validate(valid => {
|
this.$refs["form"].validate(valid => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
if (this.form.voList) {
|
if (this.form.voList) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user