From 24f335042025cc84d3620ed0942ef47589285cfa Mon Sep 17 00:00:00 2001 From: liyongshun <971387674@qq.com> Date: Wed, 18 May 2022 14:15:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E5=8F=B7=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=A1=B5=E9=9D=A2=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/branchNumSetting/index.js | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/pc4mobx/organization/components/branchNumSetting/index.js b/pc4mobx/organization/components/branchNumSetting/index.js index 6f3aa56..68bdc8d 100644 --- a/pc4mobx/organization/components/branchNumSetting/index.js +++ b/pc4mobx/organization/components/branchNumSetting/index.js @@ -2,9 +2,9 @@ * Author: 黎永顺 * Description: 分部编号设置 * Date: 2022-05-17 14:30:57 - * LastEditTime: 2022-05-17 17:18:36 + * LastEditTime: 2022-05-18 14:13:24 */ -import React, { Component } from "react"; +import React, { Component, Fragment } from "react"; import { Button } from "antd"; import { WeaTop, WeaFormItem, WeaCheckbox, WeaSearchGroup } from "ecCom"; import StartReservedNumberSet from "./components/startReservedNumberSet"; @@ -77,16 +77,23 @@ export default class BranchNumSetting extends Component { {/* 内容区 */} -