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