@yoooloo42/joker 1.0.226 → 1.0.228

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 CHANGED
@@ -22950,6 +22950,7 @@ const submitInsertOne = async _ref10 => {
22950
22950
  cancelButtonText: '取消',
22951
22951
  type: 'warning' // 警告图标
22952
22952
  });
22953
+ console.log('测试 222 提交', scopeThis.formData);
22953
22954
  const result = await ly0request$1.storpro({
22954
22955
  storproName: scopeThis.storpro.insertOne,
22955
22956
  data: scopeThis.formData,
@@ -23449,25 +23450,6 @@ const formProps_box = props.myProps;
23449
23450
  const scopeThis_box = props.scopeThis;
23450
23451
  const propsItem_box = props.item;
23451
23452
 
23452
- vue.watch(
23453
- ()=>formData_box[propsItem_box.fieldName],
23454
- (newVal, oldVal) => {
23455
- console.log('测试 000', newVal);
23456
- },
23457
- {
23458
- deep: true, // 深层监听
23459
- }
23460
- );
23461
- vue.watch(
23462
- ()=>props.modelValue[propsItem_box.fieldName],
23463
- (newVal, oldVal) => {
23464
- console.log('测试 111', newVal);
23465
- },
23466
- {
23467
- deep: true, // 深层监听
23468
- }
23469
- );
23470
-
23471
23453
  const input = vue.reactive({
23472
23454
  placeholder: propsItem_box.placeholder || formProps_box.para.placeholder.input,
23473
23455
  showPassword: !!propsItem_box.showPassword,