This commit is contained in:
闫晓茹 2024-03-07 17:34:40 +08:00
parent 6129f394a3
commit 59f701bc34

View File

@ -628,13 +628,15 @@ export default {
itemdata(item) {
if (item) {
console.log(item, "9999");
this.form.serviceWayId=item.id
this.form.serviceWayName=item.serviceWayName
// if(item.id==5){
// this.disabled=false
// }else{
// this.disabled=true
// }
this.itemname = item.id;
this.serviceWayName = item.serviceWayName;
// this.serviceWayName = item.serviceWayName;
this.form.serviceWayId = item.id;
// this.departmentName = item.serviceWayName;
@ -741,6 +743,7 @@ export default {
this.disableedit = true;
this.disabledcontent = true;
console.log(row, "99999");
this.reset();
getServicewaycontent(row.id).then((response) => {
this.form = response.data;