This commit is contained in:
shidongli 2024-03-06 17:12:31 +08:00
parent ead2824be8
commit 613d94de80

View File

@ -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) {