Compare commits
No commits in common. "019fff83295530d4f98ff606c6c663064014b0c4" and "10868ac6cf07f66f8992349580005e1761c31366" have entirely different histories.
019fff8329
...
10868ac6cf
|
|
@ -77,7 +77,6 @@ class _CompanySafetyCommitmentApplyState extends State<CompanySafetyCommitmentAp
|
|||
isEditable: true,
|
||||
controller: _controller1,
|
||||
text: '',
|
||||
|
||||
isNumericInput: true,
|
||||
keyboardType:TextInputType.number,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -822,7 +822,6 @@ class _SelectionPopupState extends State<SelectionPopup> {
|
|||
}
|
||||
|
||||
Future<void> _getData() async {
|
||||
LoadingDialogHelper.show();
|
||||
// 构造参数
|
||||
Map<String, dynamic> params;
|
||||
if (widget.type == 'assignments') {
|
||||
|
|
@ -842,7 +841,6 @@ class _SelectionPopupState extends State<SelectionPopup> {
|
|||
try {
|
||||
if (widget.type == 'assignments') {
|
||||
final result = await ApiService.getEightWorkStartList(params);
|
||||
LoadingDialogHelper.hide();
|
||||
setState(() {
|
||||
list = (result['varList'] as List).cast<Map<String, dynamic>>();
|
||||
for (var item in list) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue