Selaa lähdekoodia

提交

hotfix_20220515_release
gwbvipvip 2 vuotta sitten
vanhempi
commit
9da7337ad3
2 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. +1
    -0
      src/pages/store/printer/Printer/index.jsx
  2. +6
    -1
      src/pages/store/printer/printerTemplate/index.jsx

+ 1
- 0
src/pages/store/printer/Printer/index.jsx Näytä tiedosto

@@ -287,6 +287,7 @@ const PrinterInfo = () => {
formRef={formRef}
layout={'horizontal'}
autoFocusFirstInput>
<br/>
<ProFormText style={{ marginTop: '-10px', }} name="applicationId" label="应用ID" placeholder="请输入应用ID">
<Field mode={'edit'} />
</ProFormText>


+ 6
- 1
src/pages/store/printer/printerTemplate/index.jsx Näytä tiedosto

@@ -97,7 +97,12 @@ const printerTemplateInfo = () => {
if (action == 'remove') {
SetIsAdd(false);
DelPrinterTemplater([targetKey]).then((result) => {
GetStoreTemplaterList();
if (result.data) {
GetStoreTemplaterList();
message.success('成功');
} else {
message.success('失败');
}
});




Ladataan…
Peruuta
Tallenna