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,
|
isEditable: true,
|
||||||
controller: _controller1,
|
controller: _controller1,
|
||||||
text: '',
|
text: '',
|
||||||
|
|
||||||
isNumericInput: true,
|
isNumericInput: true,
|
||||||
keyboardType:TextInputType.number,
|
keyboardType:TextInputType.number,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -822,7 +822,6 @@ class _SelectionPopupState extends State<SelectionPopup> {
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _getData() async {
|
Future<void> _getData() async {
|
||||||
LoadingDialogHelper.show();
|
|
||||||
// 构造参数
|
// 构造参数
|
||||||
Map<String, dynamic> params;
|
Map<String, dynamic> params;
|
||||||
if (widget.type == 'assignments') {
|
if (widget.type == 'assignments') {
|
||||||
|
|
@ -842,7 +841,6 @@ class _SelectionPopupState extends State<SelectionPopup> {
|
||||||
try {
|
try {
|
||||||
if (widget.type == 'assignments') {
|
if (widget.type == 'assignments') {
|
||||||
final result = await ApiService.getEightWorkStartList(params);
|
final result = await ApiService.getEightWorkStartList(params);
|
||||||
LoadingDialogHelper.hide();
|
|
||||||
setState(() {
|
setState(() {
|
||||||
list = (result['varList'] as List).cast<Map<String, dynamic>>();
|
list = (result['varList'] as List).cast<Map<String, dynamic>>();
|
||||||
for (var item in list) {
|
for (var item in list) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue