Commit 9fe1438e authored by 张伯涛's avatar 张伯涛

修改

parent ad5f5464
...@@ -3,6 +3,5 @@ ENV = 'production' ...@@ -3,6 +3,5 @@ ENV = 'production'
# 生产环境 # 生产环境
# base api # base api
# VUE_APP_BASE_API = 'http://172.20.23.96:8085' VUE_APP_BASE_API = 'http://172.20.23.96:8085'
VUE_APP_BASE_API = 'http://124.71.16.228:8085'
...@@ -3,18 +3,4 @@ ENV = 'test' ...@@ -3,18 +3,4 @@ ENV = 'test'
# 测试环境 # 测试环境
# base api # base api
VUE_APP_BASE_API = 'http://zt.91isoft.com:10184' VUE_APP_BASE_API = 'http://124.71.16.228:8085'
#workFlow链接地址
VUE_APP_WORKFLOW = 'http://zt.91isoft.com:10184/workFlow'
#internal链接地址
VUE_APP_INTERNAL = 'http://zt.91isoft.com:10184/internal'
# login地址
VUE_APP_LOGIN = 'http://login.91isoft.com:10181/#/login'
# 中台地址
VUE_APP_ZT = 'http://zt.91isoft.com:10181'
# 内勤地址
VUE_APP_NQ = 'http://nq.91isoft.com:10181'
# 根域名
VUE_APP_ROOT = '91isoft.com'
# 模板地址
VUE_APP_TEMPLATE = 'http://zt.91isoft.com:10190/'
...@@ -338,7 +338,7 @@ ...@@ -338,7 +338,7 @@
<script> <script>
import { getTableData, getSnsVague, getSnsDetail } from '@/api/system/monitoring' import { getTableData, getSnsVague, getSnsDetail } from '@/api/system/monitoring'
import {formAssembling, queryTestInfo} from '@/api/assembling' import { formAssembling, queryTestInfo } from '@/api/assembling'
export default { export default {
name: 'HomePageTable', name: 'HomePageTable',
data() { data() {
...@@ -566,7 +566,8 @@ export default { ...@@ -566,7 +566,8 @@ export default {
// this.SNRelationTableList = res.data // this.SNRelationTableList = res.data
// }) // })
const params = { const params = {
materSn: row.materSn materSn: row.materSn,
scanType: '1'
} }
this.SNModelLoading1 = true this.SNModelLoading1 = true
formAssembling(params).then(res => { formAssembling(params).then(res => {
......
...@@ -933,7 +933,8 @@ export default { ...@@ -933,7 +933,8 @@ export default {
getDataFun() { getDataFun() {
this.Loading = true this.Loading = true
const params = { const params = {
materSn: this.queryParams.materSn materSn: this.queryParams.materSn,
scanType: '1'
} }
formAssembling(params).then(response => { formAssembling(params).then(response => {
this.form = response.data this.form = response.data
......
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