Commit 4672c187 authored by jingnan's avatar jingnan 👀

AO指令分割符更换(原来的与内容里有重复)

parent f0fdd873
......@@ -132,7 +132,7 @@ export default {
if (this.form.subTypeName === 'MatchStockBackRequest' || this.form.subTypeName === 'InternalStockBackRequest') {
return {
label: item[queryNo],
value: `${item[queryNo]}+${JSON.stringify(item)}`
value: `${item[queryNo]}&#${JSON.stringify(item)}`
}
} else {
return {
......
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