Commit 3f9d7a5d authored by 李苏's avatar 李苏 💬

调整错误接口和错误数据

parent 90b61361
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Description: * @Description:
* @Author: lisu lisu@gavelinfo.com * @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com * @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-09-20 11:44:38 * @LastEditTime: 2024-09-25 16:20:23
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue * @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
--> -->
<template> <template>
...@@ -812,10 +812,10 @@ ...@@ -812,10 +812,10 @@
}) })
}, },
apiGetBgxx() { apiGetBgxx() {
this.$post('jxgl/usbjx/query', { this.$post('sbgl/usbbg/query', {
sbxxCode: this.getFirstPartOfString(this.selectedModel.name), sbxxCode: this.getFirstPartOfString(this.selectedModel.name),
}).then(res => { }).then(res => {
this.jxlistData = res.data.records || [] this.bglistData = res.data.records || []
}) })
}, },
/** /**
......
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