采购合同查询:改IP;采购预算查询:去时分秒,新增节点未设置提示

This commit is contained in:
chenjianan
2018-11-19 08:50:29 +08:00
parent 299d06af44
commit 36cec28ab6
2 changed files with 3 additions and 3 deletions

View File

@@ -248,7 +248,7 @@ export default {
quality: 0.3
}
}
const str = 'http://192.168.1.109:8022/searchContract.html?contractNum=' + contractNum
const str = 'http://192.168.1.111:8022/searchContract.html?contractNum=' + contractNum
QRCode.toDataURL(str, opts, function(err, url) {
if (err) throw err
const img = document.getElementById('img')