f7e30b59 by 任超

style:申请业务规则

1 parent af574d3d
......@@ -5,4 +5,4 @@ NODE_ENV=development
VUE_APP_BASE_API = '/dev-api'
# 开发环境
VUE_APP_API_BASE_URL = 'http://192.168.2.44:8009'
VUE_APP_API_BASE_URL = 'http://192.168.2.95:8009'
......
......@@ -26,9 +26,15 @@
import { upward, down } from '@/utils/operation'
export default {
props: {
djqxList: { type: Array, default: [] },
djqxList: {
type: Array, default: () => {
return []
}
},
ruleForm: {
type: Object, default: {}
type: Object, default: () => {
return {}
}
}
},
data () {
......
......@@ -51,9 +51,10 @@ export default {
ruleForm: {
type: Object, default: {}
},
//
sxql: {
type: Array, default: []
type: Array, default: () => {
return []
}
}
},
data () {
......
......@@ -147,6 +147,8 @@ export default {
detailList: {
handler: function (newValue) {
this.titleList = newValue
this.n = 0
this.tn = 0
this.getSqdjywDetail(newValue[0].bsmSqyw)
},
deep: true
......