|
@@ -480,7 +480,7 @@
|
|
|
this.resource_category_form.lb_gxry=''; //更新人员
|
|
|
this.resource_category_form.lb_gxsj=''; //更新时间
|
|
|
this.resource_category_form.lb_zysm=''; //资源说明
|
|
|
- selectDirectiorById(code,"").then(response => {
|
|
|
+ selectDirectiorById(code).then(response => {
|
|
|
let dataArr = response.msg[0].Rows;
|
|
|
if(dataArr.length > 0){
|
|
|
this.resource_category_form.lb_zymc=dataArr[0]["NAME"];//资源名称
|
|
@@ -536,7 +536,7 @@
|
|
|
|
|
|
this.origion_data_form.lb_fwxz='';//访问限制
|
|
|
this.origion_data_form.lb_syxz='';//使用限制
|
|
|
- selectMetadataId(code,"").then(response => {
|
|
|
+ selectMetadataId(code).then(response => {
|
|
|
let dataArr = response.msg[0].Rows;
|
|
|
if(dataArr.length > 0){
|
|
|
this.origion_data_form.lb_zybm=dataArr[0]["CODE_DIR"];//资源编码
|
|
@@ -585,7 +585,7 @@
|
|
|
this.resource_service_form.lb_gxsj1=''; //更新时间
|
|
|
this.resource_service_form.lb_fwlx=''; //服务类型
|
|
|
this.resource_service_form.lb_fwdz=''; //服务地址
|
|
|
- selectServiceDetail(code,"").then(response => {
|
|
|
+ selectServiceDetail(code).then(response => {
|
|
|
let dataArr = response.msg[0].Rows;
|
|
|
if(dataArr.length > 0){
|
|
|
this.resource_service_form.lb_fwmc=dataArr[0]["NAME"]; //服务名称
|