修改
This commit is contained in:
parent
6129f394a3
commit
59f701bc34
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user