修改
This commit is contained in:
parent
6129f394a3
commit
59f701bc34
@ -628,13 +628,15 @@ export default {
|
|||||||
itemdata(item) {
|
itemdata(item) {
|
||||||
if (item) {
|
if (item) {
|
||||||
console.log(item, "9999");
|
console.log(item, "9999");
|
||||||
|
this.form.serviceWayId=item.id
|
||||||
|
this.form.serviceWayName=item.serviceWayName
|
||||||
// if(item.id==5){
|
// if(item.id==5){
|
||||||
// this.disabled=false
|
// this.disabled=false
|
||||||
// }else{
|
// }else{
|
||||||
// this.disabled=true
|
// this.disabled=true
|
||||||
// }
|
// }
|
||||||
this.itemname = item.id;
|
this.itemname = item.id;
|
||||||
this.serviceWayName = item.serviceWayName;
|
// this.serviceWayName = item.serviceWayName;
|
||||||
this.form.serviceWayId = item.id;
|
this.form.serviceWayId = item.id;
|
||||||
|
|
||||||
// this.departmentName = item.serviceWayName;
|
// this.departmentName = item.serviceWayName;
|
||||||
@ -741,6 +743,7 @@ export default {
|
|||||||
this.disableedit = true;
|
this.disableedit = true;
|
||||||
this.disabledcontent = true;
|
this.disabledcontent = true;
|
||||||
console.log(row, "99999");
|
console.log(row, "99999");
|
||||||
|
|
||||||
this.reset();
|
this.reset();
|
||||||
getServicewaycontent(row.id).then((response) => {
|
getServicewaycontent(row.id).then((response) => {
|
||||||
this.form = response.data;
|
this.form = response.data;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user