代码优化
This commit is contained in:
parent
5c3775bab3
commit
e7bb808d5b
|
|
@ -262,9 +262,9 @@ export default {
|
||||||
).then(async () => {
|
).then(async () => {
|
||||||
// 1. 先判断01 03 承担方是否有数据 若有数据 先确认终结日期是否为空 若为空 提示客户修改
|
// 1. 先判断01 03 承担方是否有数据 若有数据 先确认终结日期是否为空 若为空 提示客户修改
|
||||||
this.$message.closeAll()
|
this.$message.closeAll()
|
||||||
|
let isFlag = false
|
||||||
try {
|
try {
|
||||||
// 1.1 先循环列表数据 判断 终结日期是否为空
|
// 1.1 先循环列表数据 判断 终结日期是否为空
|
||||||
let isFlag = false
|
|
||||||
if (this.settleTableData_01.length > 0) {
|
if (this.settleTableData_01.length > 0) {
|
||||||
this.settleTableData_01.map((e, v) => {
|
this.settleTableData_01.map((e, v) => {
|
||||||
if (!e.endTime) {
|
if (!e.endTime) {
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ export default {
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
const origin = window.location.origin
|
const origin = window.location.origin
|
||||||
if (origin == 'http://112.29.103.165:21626') {
|
if (origin == 'http://192.168.0.56:21626') {
|
||||||
this.jumpUrl = origin
|
this.jumpUrl = origin
|
||||||
} else {
|
} else {
|
||||||
this.jumpUrl = 'http://192.168.0.14:18866'
|
this.jumpUrl = 'http://192.168.0.14:18866'
|
||||||
|
|
|
||||||
Reference in New Issue