修改 基本信息中,券模板编号的券字前端写错了

This commit is contained in:
wangsongsole 2022-08-10 10:41:07 +08:00
parent ae86f6c810
commit 2fe21b4b78
1 changed files with 1 additions and 1 deletions

View File

@ -781,7 +781,7 @@ export default class addKnockGold extends Component {
/> />
</FormItem> </FormItem>
{this.state.model.channel == 1 ? ( {this.state.model.channel == 1 ? (
<FormItem labelname='模板编号' prop='temp_no' id='batch_number'> <FormItem labelname='模板编号' prop='temp_no' id='batch_number'>
<Ipt <Ipt
onChange={(value) => { onChange={(value) => {
this.onHandleChange(value, 'temp_no') this.onHandleChange(value, 'temp_no')