Commit beb29e93 authored by renjintao's avatar renjintao

getResource

parent 432df91c
......@@ -506,6 +506,7 @@ export default {
this.deletedlModal = false;
this.insertlModal = false;
},
//根据firsT_EQUIP_CODE返回对应的首选资源
getResourceName(code) {
let name = ""
let resources = this.$u.clone(this.resources);
......@@ -523,6 +524,7 @@ export default {
}
return name;
},
//获取首选资源所有的数据
getResource() {
let url = `${systemUrl}/planresource/list`;
let name = ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment