|
|
|
@ -361,8 +361,8 @@ export default { |
|
|
|
this.$set(this.pageData,'manufacturerName',val.ManufacturerName) |
|
|
|
} else if (this.tagNo === 503) { |
|
|
|
//设置参数 |
|
|
|
this.pageData.resourceID = val.ResourceID |
|
|
|
this.$set(this.pageData,'resourceDesc',val.ResourceDesc) |
|
|
|
this.pageData.resourceID = val.resource_id |
|
|
|
this.$set(this.pageData,'resourceDesc',val.resource_desc) |
|
|
|
} else if (this.tagNo === 204) { |
|
|
|
//设置参数 |
|
|
|
this.pageData.deptID = val.department_id |
|
|
|
|