修改法规技术评估接口
This commit is contained in:
+8
-8
@@ -347,15 +347,15 @@
|
|||||||
id: this.formInline.standId
|
id: this.formInline.standId
|
||||||
}
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
let url = ''
|
// let url = ''
|
||||||
if (this.isTrue) {
|
// if (this.isTrue) {
|
||||||
url = this.url.addModelListOne
|
// url = this.url.addModelListOne
|
||||||
} else {
|
// } else {
|
||||||
url = this.url.addModelList
|
// url = this.url.addModelList
|
||||||
}
|
// }
|
||||||
postAction(url, query).then((res) => {
|
postAction('/lawsTechnologyEvaluation/lawsTechnologyEvaluationEO/queryPageDummyById', query).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
let content = res.result.records || []
|
let content = res.result || []
|
||||||
this.selectedRowKeysRecord.push({
|
this.selectedRowKeysRecord.push({
|
||||||
standId: content[0].id,
|
standId: content[0].id,
|
||||||
serialNumber: content[0].serial_number,
|
serialNumber: content[0].serial_number,
|
||||||
|
|||||||
+1
-1
@@ -275,7 +275,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title-text {
|
.title-text {
|
||||||
width: 33px;
|
width: 73px;
|
||||||
color: #000F16;
|
color: #000F16;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|||||||
Reference in New Issue
Block a user