fix:修改地址
This commit is contained in:
parent
2b74e3ec96
commit
46af878cdf
@ -325,8 +325,9 @@ onMounted(() => {
|
||||
hide: false
|
||||
}
|
||||
]
|
||||
handleQuery()
|
||||
ERPFactoryQuery()
|
||||
handleQuery()
|
||||
|
||||
getUnitInfo()
|
||||
updateTableHeight();
|
||||
window.addEventListener('resize', handleResize);
|
||||
@ -418,7 +419,7 @@ function getpows() {
|
||||
}
|
||||
addNChargeNOrder(state.queryParam)
|
||||
.then((res: any) => {
|
||||
if (res.code == 0) {
|
||||
if (res.code == 200) {
|
||||
state.undistributed_list = res.resultObj
|
||||
ElMessageBox.alert("新建成功", {
|
||||
confirmButtonText: 'OK'
|
||||
|
@ -257,6 +257,7 @@ const { tableContainer, tableHeight, updateTableHeight, handleResize } = bTableH
|
||||
FROMDATE: '',
|
||||
TODATE: '',
|
||||
CAREER_ASSISTANCE :'',
|
||||
DESC_CN:''
|
||||
},
|
||||
pageNum: 1,
|
||||
pageSize: 10
|
||||
|
@ -65,7 +65,7 @@ function creatCode() {
|
||||
hints.set(EncodeHintType.MARGIN, 1);
|
||||
try {
|
||||
// 'http://192.168.1.73:8086/PDA.apk'
|
||||
const url = "http://172.22.10.217:8086/";
|
||||
const url = "http://172.22.10.225/";
|
||||
|
||||
const result = writer.encode(url + 'PDA.apk', BarcodeFormat.QR_CODE, 200, 200, hints);
|
||||
const canvas = document.createElement('canvas');
|
||||
|
Loading…
x
Reference in New Issue
Block a user