@yoooloo42/joker 1.0.263 → 1.0.265
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +8 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -48199,14 +48199,19 @@ const scopeThis = reactive({
|
|
|
48199
48199
|
});
|
|
48200
48200
|
|
|
48201
48201
|
onMounted(async ()=>{
|
|
48202
|
+
scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
|
|
48203
|
+
scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
|
|
48204
|
+
await withTable.init({scopeThis});
|
|
48202
48205
|
const txt = scopeThis.pgData.arrBusinessType.find(i=>{
|
|
48206
|
+
|
|
48207
|
+
console.log('测试 000', i);
|
|
48208
|
+
console.log('测试 111', scopeThis.initBox.businesstype_code);
|
|
48209
|
+
|
|
48203
48210
|
return i.code === scopeThis.initBox.businesstype_code
|
|
48204
48211
|
}).text;
|
|
48205
|
-
scopeThis.queryInit.formData.id_business = scopeThis.initBox.id_business;
|
|
48206
|
-
scopeThis.queryInit.formData.businesstype_code = scopeThis.initBox.businesstype_code;
|
|
48207
48212
|
scopeThis.initBox.popup.title = '支付记录[' + txt + '] - 订单id: ' + scopeThis.initBox.id_business;
|
|
48208
|
-
await withTable.init({scopeThis});
|
|
48209
48213
|
});
|
|
48214
|
+
|
|
48210
48215
|
const style = ref({
|
|
48211
48216
|
amount: {
|
|
48212
48217
|
textAlign: 'center',
|